home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / sw25.zip / CFGVIDEO.HLP < prev    next >
Text File  |  1991-01-25  |  3KB  |  55 lines

  1. CFGVIDEO is a generic utility used to set up color video configuration
  2. files for Turbo C++ & HCorLib applications (like SimplyWrite).  HCorLib
  3. applications will generally use the attributes NORMAL, REVERSE, and
  4. VIDHIGH.  These tree attributes each have their own foreground and
  5. background settings, which can be set by CFGVIDEO.  Normally HCorLib
  6. applications will use the attribute NORMAL to color a frame, REVERSE for
  7. entering prompted text and menu selections, and VIDHIGH for displaying
  8. entered text and prompted messages.
  9.  
  10. By using the CFGVIDEO utility, you can change the foreground and
  11. background colors of NORMAL, REVERSE, and VIDHIGH.  When this is done,
  12. you will notice that when you run a HCorLib application on a color
  13. system, there will be changes in the color of various parts of the
  14. application.  Additionally, the background colors Black, Red, Green,
  15. etc. may be changed.
  16.  
  17. To use CFGVIDEO, for example, type "CFGVIDEO SW.VID".  Upon execution,
  18. CFGVIDEO will display the current settings for the attributes.  To
  19. select an attribute, use the cursor keys to move the attribute indicator
  20. (->) to the attribute you desire to change.  The NORMAL, VIDHIGH and
  21. REVERSE attributes each have a foreground and background component.  To
  22. change the foreground component of VIDHIGH, for example, use the arrow
  23. keys to position the indicator (->) next to the VIDHIGH foreground
  24. attribute.  Press '+' to step forward through the foreground color
  25. selections and '-' to reverse.  To change the background component of
  26. VIDHIGH, position the indicator (->) next to the VIDHIGH background
  27. attribute.  Follow the same procedure to select the desired background
  28. color.
  29.  
  30. A list of possible colors for foreground and background is shown at the
  31. bottom of the screen, with an '*' (start indicator) placed over the
  32. color that is currently selected.  Note that when setting background
  33. attributes, the color map will scroll around to the color with the blink
  34. attribute, and scroll around to back to the nonblinking.
  35.  
  36. Press the <Esc> key to exit the program and save the file with the
  37. current changes.  The CFGVIDEO program will ask you if you want snow
  38. checking enabled or disabled.  Generally you should set this to 'N' (no)
  39. for Monochrome, EGA, NEW CGA and VGA adaptors.  However, if you have an
  40. older CGA card design, and you wish to trade screen snow and speed for
  41. slower but clean screen screen updates, place a 'Y' (yes) in this field.
  42.  
  43. SimplyWrite uses the VIDHIGH attribute on the MAIN MENU screen for all
  44. the text.  A BLue backgoround is used for all boxes.  Reverse is used
  45. for all Menu Options and Pormpt fields.  SImplyWrite uses the Normal
  46. attribute for the Edit window, VIDHIGH for the edit file name and
  47. REVERSE for the status line, ruler and cross-hairs.
  48.  
  49. If you have an unappealing color scheme, try changing the color through
  50. this utility.  A pure monochrome configuration for plasma screens and
  51. CGA running on Monochrome displays is provided.  It is called BW.VID.
  52. If is is renamed to the name of the video file used by the HCorLib
  53. applications (SW.VID for SImplyWrite), then it will appear as if it were
  54. on a monochrom system.
  55.